github.com/jackc/pgx/v5.sqlLexer.nested (field)

4 uses

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L43: 	nested  int // multiline comment nesting level.
		named_args.go#L273: 				l.nested++
		named_args.go#L282: 			if l.nested == 0 {
		named_args.go#L285: 			l.nested--